Class: Aws::EMR::Types::InternalServerException

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

Overview

This exception occurs when there is an internal failure in the Amazon EMR service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message associated with the exception.

Returns:

  • (String)


3337
3338
3339
3340
3341
# File 'lib/aws-sdk-emr/types.rb', line 3337

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