Class: Aws::Pipes::Errors::InternalException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Pipes::Errors::InternalException
- Defined in:
- lib/aws-sdk-pipes/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalException
constructor
A new instance of InternalException.
- #message ⇒ String
- #retry_after_seconds ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalException
Returns a new instance of InternalException.
73 74 75 |
# File 'lib/aws-sdk-pipes/errors.rb', line 73 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
78 79 80 |
# File 'lib/aws-sdk-pipes/errors.rb', line 78 def @message || @data[:message] end |
#retry_after_seconds ⇒ String
83 84 85 |
# File 'lib/aws-sdk-pipes/errors.rb', line 83 def retry_after_seconds @data[:retry_after_seconds] end |