Class: Aws::MarketplaceAgreement::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MarketplaceAgreement::Errors::ConflictException
- Defined in:
- gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
constructor
A new instance of ConflictException.
-
#message ⇒ String
-
#request_id ⇒ String
-
#resource_id ⇒ String
-
#resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
Returns a new instance of ConflictException.
68 69 70 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/errors.rb', line 68 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
78 79 80 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/errors.rb', line 78 def @message || @data[:message] end |
#request_id ⇒ String
73 74 75 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/errors.rb', line 73 def request_id @data[:request_id] end |
#resource_id ⇒ String
83 84 85 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/errors.rb', line 83 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
88 89 90 |
# File 'gems/aws-sdk-marketplaceagreement/lib/aws-sdk-marketplaceagreement/errors.rb', line 88 def resource_type @data[:resource_type] end |