Class: Aws::CloudWatchEvidently::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
The service was unavailable. Retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2891 2892 2893 2894 2895 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 2891 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |