Class: Aws::MediaPackageV2::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediapackagev2/types.rb
Overview
Indicates that an error from the service occurred while trying to process a request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3029 3030 3031 3032 3033 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 3029 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |