Class: Aws::BillingConductor::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
An unexpected error occurred while processing a request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
Number of seconds you can retry after the call.
Instance Attribute Details
#message ⇒ String
1385 1386 1387 1388 1389 1390 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1385 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Number of seconds you can retry after the call.
1385 1386 1387 1388 1389 1390 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1385 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |