Class: Aws::ConfigService::Errors::IdempotentParameterMismatch
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ConfigService::Errors::IdempotentParameterMismatch
- Defined in:
- lib/aws-sdk-configservice/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IdempotentParameterMismatch
constructor
A new instance of IdempotentParameterMismatch.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ IdempotentParameterMismatch
Returns a new instance of IdempotentParameterMismatch.
106 107 108 |
# File 'lib/aws-sdk-configservice/errors.rb', line 106 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
111 112 113 |
# File 'lib/aws-sdk-configservice/errors.rb', line 111 def @message || @data[:message] end |