Class: Aws::GlobalAccelerator::Errors::InvalidNextTokenException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::GlobalAccelerator::Errors::InvalidNextTokenException
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/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.
270 271 272 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/errors.rb', line 270 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
275 276 277 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/errors.rb', line 275 def @message || @data[:message] end |