Class: Aws::Amplify::Errors::DependentServiceFailureException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Amplify::Errors::DependentServiceFailureException
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DependentServiceFailureException
constructor
A new instance of DependentServiceFailureException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ DependentServiceFailureException
Returns a new instance of DependentServiceFailureException.
64 65 66 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/errors.rb', line 64 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
69 70 71 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/errors.rb', line 69 def @message || @data[:message] end |