Class: Aws::MediaConnect::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::InternalServerErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The server encountered an internal error and is unable to complete the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3325 3326 3327 3328 3329 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3325 class InternalServerErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |