Class: Aws::SMS::Errors::DryRunOperationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SMS::Errors::DryRunOperationException
- Defined in:
- gems/aws-sdk-sms/lib/aws-sdk-sms/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DryRunOperationException
constructor
A new instance of DryRunOperationException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DryRunOperationException
Returns a new instance of DryRunOperationException.
54 55 56 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/errors.rb', line 54 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
59 60 61 |
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/errors.rb', line 59 def @message || @data[:message] end |