Class: Aws::KMS::Types::InvalidMarkerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::InvalidMarkerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the marker that specifies where pagination should next begin is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4040 4041 4042 4043 4044 |
# File 'lib/aws-sdk-kms/types.rb', line 4040 class InvalidMarkerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |