Class: Aws::CostExplorer::Types::BillExpirationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::BillExpirationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The requested report expired. Update the date interval and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
407 408 409 410 411 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 407 class BillExpirationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |