Class: Aws::RAM::Errors::ServiceUnavailableException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::RAM::Errors::ServiceUnavailableException
- Defined in:
- lib/aws-sdk-ram/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableException
constructor
A new instance of ServiceUnavailableException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableException
Returns a new instance of ServiceUnavailableException.
400 401 402 |
# File 'lib/aws-sdk-ram/errors.rb', line 400 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
405 406 407 |
# File 'lib/aws-sdk-ram/errors.rb', line 405 def @message || @data[:message] end |