Class: Aws::MediaConvert::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::InternalServerErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8053 8054 8055 8056 8057 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 8053 class InternalServerErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |