Class: Aws::DevOpsGuru::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
An internal failure in an Amazon service occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The number of seconds after which the action that caused the internal server exception can be retried.
Instance Attribute Details
#message ⇒ String
1460 1461 1462 1463 1464 1465 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1460 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds after which the action that caused the internal server exception can be retried.
1460 1461 1462 1463 1464 1465 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 1460 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |