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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2433
2434
2435
2436
2437
# File 'lib/aws-sdk-dataexchange/types.rb', line 2433

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