Class: Aws::Invoicing::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-invoicing/types.rb
Overview
The processing request failed because of an unknown error, exception, or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The processing request failed because of an unknown error, exception, or failure.
Instance Attribute Details
#message ⇒ String
747 748 749 750 751 752 |
# File 'lib/aws-sdk-invoicing/types.rb', line 747 class InternalServerException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The processing request failed because of an unknown error, exception, or failure.
747 748 749 750 751 752 |
# File 'lib/aws-sdk-invoicing/types.rb', line 747 class InternalServerException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |