Class: Aws::LookoutforVision::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Amazon Lookout for Vision experienced a service issue. Try your call again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The period of time, in seconds, before the operation can be retried.
Instance Attribute Details
#message ⇒ String
906 907 908 909 910 911 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 906 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The period of time, in seconds, before the operation can be retried.
906 907 908 909 910 911 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 906 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |