Class: Aws::BCMDashboards::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::ConflictException
- 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
#message ⇒ 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 |