Class: Aws::Panorama::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb

Overview

An internal error occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1382
1383
1384
1385
1386
1387
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1382

class InternalServerException < Struct.new(
  :message,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#retry_after_secondsInteger

The number of seconds a client should wait before retrying the call.

Returns:

  • (Integer)


1382
1383
1384
1385
1386
1387
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1382

class InternalServerException < Struct.new(
  :message,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end