Class: Aws::Pipes::Types::InternalException

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

Overview

This exception occurs due to unexpected causes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1143
1144
1145
1146
1147
1148
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1143

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

#retry_after_secondsInteger

The number of seconds to wait before retrying the action that caused the exception.

Returns:

  • (Integer)


1143
1144
1145
1146
1147
1148
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1143

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