Class: Aws::EMR::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::InternalServerException
- 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
-
#message ⇒ String
The message associated with the exception.
Instance Attribute Details
#message ⇒ String
The message associated with the exception.
3380 3381 3382 3383 3384 |
# File 'lib/aws-sdk-emr/types.rb', line 3380 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |