Class: Aws::SageMakerGeospatial::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMakerGeospatial::Types::ThrottlingException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemakergeospatial/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2282 2283 2284 2285 2286 2287 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2282 class ThrottlingException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
2282 2283 2284 2285 2286 2287 |
# File 'lib/aws-sdk-sagemakergeospatial/types.rb', line 2282 class ThrottlingException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |