Class: Aws::CostExplorer::Errors::RequestChangedException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RequestChangedException

Returns a new instance of RequestChangedException.

Parameters:



145
146
147
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/errors.rb', line 145

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


150
151
152
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/errors.rb', line 150

def message
  @message || @data[:message]
end