Class: Aws::WorkDocs::Types::InvalidArgumentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::InvalidArgumentException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
The pagination marker or limit fields are not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2124 2125 2126 2127 2128 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2124 class InvalidArgumentException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |