Class: Aws::Chime::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The request could not be processed because of conflict in the current state of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
1493 1494 1495 1496 1497 1498 |
# File 'lib/aws-sdk-chime/types.rb', line 1493 class ConflictException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1493 1494 1495 1496 1497 1498 |
# File 'lib/aws-sdk-chime/types.rb', line 1493 class ConflictException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |