Class: Aws::ChimeSDKIdentity::Errors::ServiceFailureException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ChimeSDKIdentity::Errors::ServiceFailureException
- Defined in:
- lib/aws-sdk-chimesdkidentity/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceFailureException
constructor
A new instance of ServiceFailureException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceFailureException
Returns a new instance of ServiceFailureException.
151 152 153 |
# File 'lib/aws-sdk-chimesdkidentity/errors.rb', line 151 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
156 157 158 |
# File 'lib/aws-sdk-chimesdkidentity/errors.rb', line 156 def code @code || @data[:code] end |
#message ⇒ String
161 162 163 |
# File 'lib/aws-sdk-chimesdkidentity/errors.rb', line 161 def @message || @data[:message] end |