Class: Aws::Keyspaces::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb

Overview

Amazon Keyspaces was unable to fully process this request because of an internal server error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error.

Returns:

  • (String)


954
955
956
957
958
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 954

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