Class: Aws::DataExchange::Types::InternalServerException

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

Overview

An exception occurred with the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message identifying the service exception that occurred.

Returns:

  • (String)


1966
1967
1968
1969
1970
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1966

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