Class: Aws::Pipes::Types::InternalException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::InternalException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pipes/types.rb
Overview
This exception occurs due to unexpected causes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the action that caused the exception.
Instance Attribute Details
#message ⇒ String
1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-pipes/types.rb', line 1205 class InternalException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the action that caused the exception.
1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-pipes/types.rb', line 1205 class InternalException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |