Class: Aws::AppFabric::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
The request has created a conflict. Check the request parameters and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The resource ID.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#message ⇒ String
317 318 319 320 321 322 323 |
# File 'lib/aws-sdk-appfabric/types.rb', line 317 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID.
317 318 319 320 321 322 323 |
# File 'lib/aws-sdk-appfabric/types.rb', line 317 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
317 318 319 320 321 322 323 |
# File 'lib/aws-sdk-appfabric/types.rb', line 317 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |