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
1342 1343 1344 1345 1346 1347 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1342 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.
1342 1343 1344 1345 1346 1347 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 1342 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |