Class: Aws::NetworkFirewall::Types::InvalidTokenException

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

Overview

The token you provided is stale or isn't valid for the operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


5112
5113
5114
5115
5116
# File 'lib/aws-sdk-networkfirewall/types.rb', line 5112

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