Class: Aws::EMRServerless::Types::InternalServerException

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

Overview

Request processing failed because of an error or failure with the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


758
759
760
761
762
# File 'lib/aws-sdk-emrserverless/types.rb', line 758

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