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

#messageString

Returns:

  • (String)


4709
4710
4711
4712
4713
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4709

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