Class: Aws::RAM::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ram/types.rb
Overview
The operation failed because the service isn’t available. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3605 3606 3607 3608 3609 |
# File 'lib/aws-sdk-ram/types.rb', line 3605 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |