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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kms/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)


3839
3840
3841
3842
3843
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 3839

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