Class: Aws::KMS::Types::KMSInternalException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kms/types.rb

Overview

The request was rejected because an internal exception occurred. The request can be retried.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3853
3854
3855
3856
3857
# File 'lib/aws-sdk-kms/types.rb', line 3853

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