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
      3560 3561 3562 3563 3564  | 
    
      # File 'lib/aws-sdk-s3control/types.rb', line 3560 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |