Class: Aws::ACMPCA::Types::InvalidNextTokenException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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