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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emr/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)


3365
3366
3367
3368
3369
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3365

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