Class: Aws::CloudWatchEvidently::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
Unexpected error while processing the request. Retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 1498 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |