Class: Aws::CostExplorer::Types::DataUnavailableException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1261
1262
1263
1264
1265
# File 'lib/aws-sdk-costexplorer/types.rb', line 1261

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