Class: Aws::Sustainability::Types::InternalServerException

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


272
273
274
275
276
# File 'gems/aws-sdk-sustainability/lib/aws-sdk-sustainability/types.rb', line 272

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