Class: Aws::PrometheusService::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
An unexpected error occurred during the processing of the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the error.
-
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried.
Instance Attribute Details
#message ⇒ String
Description of the error.
836 837 838 839 840 841 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 836 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried.
836 837 838 839 840 841 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 836 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |