Class: Aws::SNS::Errors::InvalidStateException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SNS::Errors::InvalidStateException
- Defined in:
- lib/aws-sdk-sns/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidStateException
constructor
A new instance of InvalidStateException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidStateException
Returns a new instance of InvalidStateException.
256 257 258 |
# File 'lib/aws-sdk-sns/errors.rb', line 256 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
261 262 263 |
# File 'lib/aws-sdk-sns/errors.rb', line 261 def @message || @data[:message] end |