Class: Aws::Panorama::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
An internal error occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The number of seconds a client should wait before retrying the call.
Instance Attribute Details
#message ⇒ String
1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-panorama/types.rb', line 1382 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds a client should wait before retrying the call.
1382 1383 1384 1385 1386 1387 |
# File 'lib/aws-sdk-panorama/types.rb', line 1382 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |