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
2396 2397 2398 2399 2400 |
# File 'lib/aws-sdk-mediapackagev2/types.rb', line 2396 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |