Class: Aws::AppFabric::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
The request processing has failed because of an unknown error, exception, or failure with an internal server.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The period of time after which you should retry your request.
Instance Attribute Details
#message ⇒ String
1171 1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1171 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The period of time after which you should retry your request.
1171 1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1171 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |