Class: Aws::ACMPCA::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::InvalidNextTokenException
- Defined in:
- gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb
Overview
The token specified in the NextToken
argument is not valid. Use the
token returned from your previous call to
ListCertificateAuthorities.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1507 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |