Class: Aws::Signer::Errors::InternalServiceErrorException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Signer::Errors::InternalServiceErrorException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-signer/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceErrorException
constructor
A new instance of InternalServiceErrorException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceErrorException
Returns a new instance of InternalServiceErrorException.
112 113 114 |
# File 'lib/aws-sdk-signer/errors.rb', line 112 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
122 |
# File 'lib/aws-sdk-signer/errors.rb', line 122
def code: () -> ::String
|
#message ⇒ String
117 |
# File 'lib/aws-sdk-signer/errors.rb', line 117
def message: () -> ::String
|