Class: Aws::BCMDashboards::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb

Overview

The request could not be completed due to a conflict with the current state of the resource. For example, attempting to create a resource that already exists or is being created.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


36
37
38
39
40
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 36

class ConflictException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end