Class: Aws::MainframeModernization::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
The parameters provided in the request conflict with existing resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The ID of the conflicting resource.
-
#resource_type ⇒ String
The type of the conflicting resource.
Instance Attribute Details
#message ⇒ String
351 352 353 354 355 356 357 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 351 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the conflicting resource.
351 352 353 354 355 356 357 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 351 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the conflicting resource.
351 352 353 354 355 356 357 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 351 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |