Class: Aws::WorkDocs::Types::ProhibitedStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::ProhibitedStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
The specified document version is not in the INITIALIZED state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2292 2293 2294 2295 2296 |
# File 'lib/aws-sdk-workdocs/types.rb', line 2292 class ProhibitedStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |