Class: Aws::IoTFleetWise::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
The request couldn’t be completed because the server temporarily failed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the command.
Instance Attribute Details
#message ⇒ String
2571 2572 2573 2574 2575 2576 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2571 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the command.
2571 2572 2573 2574 2575 2576 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2571 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |