Class: Aws::MWAAServerless::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAAServerless::Types::ConflictException
- Defined in:
- gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb
Overview
You cannot create a resource that already exists, or the resource is in a state that prevents the requested operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
The unique identifier of the resource.
-
#resource_type ⇒ String
The type of the resource.
Instance Attribute Details
#message ⇒ String
42 43 44 45 46 47 48 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 42 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The unique identifier of the resource.
42 43 44 45 46 47 48 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 42 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource.
42 43 44 45 46 47 48 |
# File 'gems/aws-sdk-mwaaserverless/lib/aws-sdk-mwaaserverless/types.rb', line 42 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |