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)


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

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