Class: Aws::BCMPricingCalculator::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
An internal error has occurred.
Instance Attribute Details
#message ⇒ String
2292 2293 2294 2295 2296 2297 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2292 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
An internal error has occurred. Retry your request, but if the problem persists, contact Amazon Web Services support.
2292 2293 2294 2295 2296 2297 |
# File 'lib/aws-sdk-bcmpricingcalculator/types.rb', line 2292 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |