Class: Aws::LookoutMetrics::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
The request processing has failed because of an unknown error, exception, or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1715 1716 1717 1718 1719 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1715 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |