Class: Aws::WorkDocs::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
One or more of the dependencies is unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2630 2631 2632 2633 2634 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2630 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |