Class: Aws::LookoutforVision::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Amazon Lookout for Vision is temporarily unable to process the request. Try your call again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The quota code.
-
#retry_after_seconds ⇒ Integer
The period of time, in seconds, before the operation can be retried.
-
#service_code ⇒ String
The service code.
Instance Attribute Details
#message ⇒ String
1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1968 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota code.
1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1968 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The period of time, in seconds, before the operation can be retried.
1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1968 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code.
1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1968 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |