Class: Aws::CostExplorer::Types::BillExpirationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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

#messageString

Returns:

  • (String)


412
413
414
415
416
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 412

class BillExpirationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end