Class: Aws::ChimeSDKMeetings::Errors::ServiceUnavailableException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ChimeSDKMeetings::Errors::ServiceUnavailableException
- Defined in:
- lib/aws-sdk-chimesdkmeetings/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableException
constructor
A new instance of ServiceUnavailableException.
- #message ⇒ String
- #request_id ⇒ String
- #retry_after_seconds ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableException
Returns a new instance of ServiceUnavailableException.
234 235 236 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 234 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
239 240 241 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 239 def code @code || @data[:code] end |
#message ⇒ String
244 245 246 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 244 def @message || @data[:message] end |
#request_id ⇒ String
249 250 251 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 249 def request_id @data[:request_id] end |
#retry_after_seconds ⇒ String
254 255 256 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 254 def retry_after_seconds @data[:retry_after_seconds] end |