Class: Aws::CostExplorer::Types::RequestChangedException

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

Overview

Your request parameters changed between pages. Try again with the old parameters or without a pagination token.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5493
5494
5495
5496
5497
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5493

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