Class: Aws::BCMPricingCalculator::Types::DataUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMPricingCalculator::Types::DataUnavailableException
- Defined in:
- gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb
Overview
The requested data is currently unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1941 1942 1943 1944 1945 |
# File 'gems/aws-sdk-bcmpricingcalculator/lib/aws-sdk-bcmpricingcalculator/types.rb', line 1941 class DataUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |