Class: Aws::IoTFleetWise::Types::InternalServerException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (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_secondsInteger

The number of seconds to wait before retrying the command.

Returns:

  • (Integer)


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