Class: Aws::SageMakerGeospatial::Errors::InternalServerException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SageMakerGeospatial::Errors::InternalServerException
- Defined in:
- lib/aws-sdk-sagemakergeospatial/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerException
constructor
A new instance of InternalServerException.
- #message ⇒ String
- #resource_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerException
Returns a new instance of InternalServerException.
84 85 86 |
# File 'lib/aws-sdk-sagemakergeospatial/errors.rb', line 84 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
89 90 91 |
# File 'lib/aws-sdk-sagemakergeospatial/errors.rb', line 89 def @message || @data[:message] end |
#resource_id ⇒ String
94 95 96 |
# File 'lib/aws-sdk-sagemakergeospatial/errors.rb', line 94 def resource_id @data[:resource_id] end |