Class: Aws::CostExplorer::Types::RequestChangedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::RequestChangedException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
6455 6456 6457 6458 6459 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6455 class RequestChangedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |