Class: Aws::S3Control::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::InvalidNextTokenException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3504 3505 3506 3507 3508 |
# File 'lib/aws-sdk-s3control/types.rb', line 3504 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |