Class: Aws::MediaPackageV2::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaPackageV2::Types::InternalServerException
- Defined in:
- gems/aws-sdk-mediapackagev2/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 'gems/aws-sdk-mediapackagev2/lib/aws-sdk-mediapackagev2/types.rb', line 3029 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |