Class: Aws::EMRContainers::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrcontainers/types.rb
Overview
This is an internal server exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
994 995 996 997 998 |
# File 'lib/aws-sdk-emrcontainers/types.rb', line 994 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |