Class: Aws::PrivateNetworks::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Information about an internal error.
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.
793 794 795 796 797 798 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 793 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.
793 794 795 796 797 798 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 793 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |