Class: Aws::APIGateway::Errors::ServiceUnavailableException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::APIGateway::Errors::ServiceUnavailableException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-apigateway/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableException
constructor
A new instance of ServiceUnavailableException.
- #message ⇒ String
- #retry_after_seconds ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableException
Returns a new instance of ServiceUnavailableException.
114 115 116 |
# File 'lib/aws-sdk-apigateway/errors.rb', line 114 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
124 |
# File 'lib/aws-sdk-apigateway/errors.rb', line 124
def message: () -> ::String
|
#retry_after_seconds ⇒ String
119 |
# File 'lib/aws-sdk-apigateway/errors.rb', line 119
def retry_after_seconds: () -> ::String
|