Class: Aws::MarketplaceDeployment::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDeployment::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacedeployment/types.rb
Overview
The request configuration has conflicts. For details, see the accompanying error message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
The unique identifier for the resource associated with the error.
Instance Attribute Details
#message ⇒ String
38 39 40 41 42 43 |
# File 'lib/aws-sdk-marketplacedeployment/types.rb', line 38 class ConflictException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The unique identifier for the resource associated with the error.
38 39 40 41 42 43 |
# File 'lib/aws-sdk-marketplacedeployment/types.rb', line 38 class ConflictException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |