Class: Aws::ManagedGrafana::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Unexpected error while processing the request. Retry the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A description of the error.
-
#retry_after_seconds ⇒ Integer
How long to wait before you retry this operation.
Instance Attribute Details
#message ⇒ String
A description of the error.
856 857 858 859 860 861 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 856 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
How long to wait before you retry this operation.
856 857 858 859 860 861 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 856 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |