Class: Aws::GreengrassV2::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrassv2/types.rb

Overview

IoT Greengrass can’t process your request right now. Try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1913
1914
1915
1916
1917
1918
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1913

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

#retry_after_secondsInteger

The amount of time to wait before you retry the request.

Returns:

  • (Integer)


1913
1914
1915
1916
1917
1918
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1913

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