Class: Aws::BackupSearch::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupSearch::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backupsearch/types.rb
Overview
An internal server error occurred. Retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Unexpected error during processing of request.
-
#retry_after_seconds ⇒ Integer
Retry the call after number of seconds.
Instance Attribute Details
#message ⇒ String
Unexpected error during processing of request.
482 483 484 485 486 487 |
# File 'lib/aws-sdk-backupsearch/types.rb', line 482 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Retry the call after number of seconds.
482 483 484 485 486 487 |
# File 'lib/aws-sdk-backupsearch/types.rb', line 482 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |