Class: Aws::NovaAct::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::InternalServerException
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
An internal server error occurred. Please try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The service encountered an internal error.
-
#reason ⇒ String
The reason for the internal server error.
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request.
Instance Attribute Details
#message ⇒ String
The service encountered an internal error. Try again later.
609 610 611 612 613 614 615 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 609 class InternalServerException < Struct.new( :message, :retry_after_seconds, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the internal server error.
609 610 611 612 613 614 615 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 609 class InternalServerException < Struct.new( :message, :retry_after_seconds, :reason) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request.
609 610 611 612 613 614 615 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 609 class InternalServerException < Struct.new( :message, :retry_after_seconds, :reason) SENSITIVE = [] include Aws::Structure end |