Class: Aws::NetworkFirewall::Types::InvalidTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::InvalidTokenException
- 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
2440 2441 2442 2443 2444 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2440 class InvalidTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |