Class: Aws::WorkDocs::Types::InvalidOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::InvalidOperationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
The operation is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2151 2152 2153 2154 2155 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2151 class InvalidOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |