Class: Aws::CostExplorer::Types::DataUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::DataUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The requested data is unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1256 class DataUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |