Class: Aws::WorkDocs::Types::ProhibitedStateException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workdocs/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

#messageString

Returns:

  • (String)


2292
2293
2294
2295
2296
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2292

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