Class: Aws::KMS::Types::InvalidMarkerException

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

#messageString

Returns:

  • (String)


4046
4047
4048
4049
4050
# File 'lib/aws-sdk-kms/types.rb', line 4046

class InvalidMarkerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end