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
2986 2987 2988 2989 2990 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2986 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |