Class: Aws::KinesisAnalyticsV2::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
The service cannot complete the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4620 4621 4622 4623 4624 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4620 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |