Class: Aws::SageMakerGeospatial::Errors::ServiceQuotaExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SageMakerGeospatial::Errors::ServiceQuotaExceededException
- Defined in:
- lib/aws-sdk-sagemakergeospatial/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
constructor
A new instance of ServiceQuotaExceededException.
- #message ⇒ String
- #resource_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceQuotaExceededException
Returns a new instance of ServiceQuotaExceededException.
124 125 126 |
# File 'lib/aws-sdk-sagemakergeospatial/errors.rb', line 124 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
129 130 131 |
# File 'lib/aws-sdk-sagemakergeospatial/errors.rb', line 129 def @message || @data[:message] end |
#resource_id ⇒ String
134 135 136 |
# File 'lib/aws-sdk-sagemakergeospatial/errors.rb', line 134 def resource_id @data[:resource_id] end |