Class: Aws::Shield::Types::InvalidPaginationTokenException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-shield/types.rb

Overview

Exception that indicates that the ‘NextToken` specified in the request is invalid. Submit the request using the `NextToken` value that was returned in the prior response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1101
1102
1103
1104
1105
# File 'lib/aws-sdk-shield/types.rb', line 1101

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