Class: Aws::GlobalAccelerator::Types::InvalidNextTokenException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/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

#messageString

Returns:

  • (String)


2300
2301
2302
2303
2304
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2300

class InvalidNextTokenException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end