Class: Aws::RAM::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::ServiceUnavailableException
- Defined in:
- gems/aws-sdk-ram/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
3738 3739 3740 3741 3742 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3738 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |