Class: Aws::IdentityStore::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-identitystore/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
-
#request_id ⇒ String
The identifier for each request.
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the next request.
Instance Attribute Details
#message ⇒ String
1131 1132 1133 1134 1135 1136 1137 |
# File 'lib/aws-sdk-identitystore/types.rb', line 1131 class InternalServerException < Struct.new( :message, :request_id, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.
1131 1132 1133 1134 1135 1136 1137 |
# File 'lib/aws-sdk-identitystore/types.rb', line 1131 class InternalServerException < Struct.new( :message, :request_id, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the next request.
1131 1132 1133 1134 1135 1136 1137 |
# File 'lib/aws-sdk-identitystore/types.rb', line 1131 class InternalServerException < Struct.new( :message, :request_id, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |