Class: Aws::Pipes::Errors::InternalException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Pipes::Errors::InternalException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-pipes/errors.rb', line 78
def message: () -> ::String
|
#retry_after_seconds ⇒ String
83 |
# File 'lib/aws-sdk-pipes/errors.rb', line 83
def retry_after_seconds: () -> ::String
|