Class: Aws::Snowball::Errors::InvalidNextTokenException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Snowball::Errors::InvalidNextTokenException
- Defined in:
- lib/aws-sdk-snowball/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidNextTokenException
constructor
A new instance of InvalidNextTokenException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidNextTokenException
Returns a new instance of InvalidNextTokenException.
148 149 150 |
# File 'lib/aws-sdk-snowball/errors.rb', line 148 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
153 154 155 |
# File 'lib/aws-sdk-snowball/errors.rb', line 153 def @message || @data[:message] end |