Class: Aws::ACMPCA::Types::InvalidNextTokenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::InvalidNextTokenException
- Includes:
- Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/privateca/latest/APIReference/API_ListCertificateAuthorities.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1503 1504 1505 1506 1507 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1503 class InvalidNextTokenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |