Class: Aws::ChimeSDKMediaPipelines::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/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
- #code ⇒ String
- #message ⇒ String
-
#request_id ⇒ String
The request ID associated with the call responsible for the exception.
Instance Attribute Details
#code ⇒ String
753 754 755 756 757 758 759 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 753 class ConflictException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
753 754 755 756 757 758 759 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 753 class ConflictException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID associated with the call responsible for the exception.
753 754 755 756 757 758 759 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 753 class ConflictException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |