Class: Aws::ObservabilityAdmin::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Indicates the request has failed to process because of an unknown server error, exception, or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amzn_error_type ⇒ String
The name of the exception.
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request.
Instance Attribute Details
#amzn_error_type ⇒ String
The name of the exception.
1110 1111 1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1110 class InternalServerException < Struct.new( :message, :amzn_error_type, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1110 1111 1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1110 class InternalServerException < Struct.new( :message, :amzn_error_type, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request.
1110 1111 1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1110 class InternalServerException < Struct.new( :message, :amzn_error_type, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |