Class: Aws::DataZone::Types::InternalServerException

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

Overview

The request has failed because of an unknown error, exception or failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9154
9155
9156
9157
9158
# File 'lib/aws-sdk-datazone/types.rb', line 9154

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