Class: Aws::Mgn::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
The request could not be completed due to a conflict with the current state of the target resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
-
#errors ⇒ Array<Types::ErrorDetails>
Conflict Exception specific errors.
- #message ⇒ String
-
#resource_id ⇒ String
A conflict occurred when prompting for the Resource ID.
-
#resource_type ⇒ String
A conflict occurred when prompting for resource type.
Instance Attribute Details
#code ⇒ String
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-mgn/types.rb', line 281 class ConflictException < Struct.new( :code, :errors, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::ErrorDetails>
Conflict Exception specific errors.
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-mgn/types.rb', line 281 class ConflictException < Struct.new( :code, :errors, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-mgn/types.rb', line 281 class ConflictException < Struct.new( :code, :errors, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
A conflict occurred when prompting for the Resource ID.
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-mgn/types.rb', line 281 class ConflictException < Struct.new( :code, :errors, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
A conflict occurred when prompting for resource type.
281 282 283 284 285 286 287 288 289 |
# File 'lib/aws-sdk-mgn/types.rb', line 281 class ConflictException < Struct.new( :code, :errors, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |