Class: Aws::GlobalAccelerator::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
There isn’t another item to return.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2300 2301 2302 2303 2304 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2300 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |