Class: Aws::Schemas::Errors::InternalServerErrorException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Schemas::Errors::InternalServerErrorException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-schemas/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
constructor
A new instance of InternalServerErrorException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
Returns a new instance of InternalServerErrorException.
132 133 134 |
# File 'lib/aws-sdk-schemas/errors.rb', line 132 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
137 |
# File 'lib/aws-sdk-schemas/errors.rb', line 137
def code: () -> ::String
|
#message ⇒ String
142 |
# File 'lib/aws-sdk-schemas/errors.rb', line 142
def message: () -> ::String
|