Class: Aws::ServiceQuotas::Types::InvalidPaginationTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::InvalidPaginationTokenException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
Invalid input was provided.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
310 311 312 313 314 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 310 class InvalidPaginationTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |