Class: Aws::SWF::Types::OperationNotPermittedFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::OperationNotPermittedFault
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-swf/types.rb
Overview
Returned when the caller doesn’t have sufficient permissions to invoke the action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A description that may help with diagnosing the cause of the fault.
Instance Attribute Details
#message ⇒ String
A description that may help with diagnosing the cause of the fault.
3338 3339 3340 3341 3342 |
# File 'lib/aws-sdk-swf/types.rb', line 3338 class OperationNotPermittedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |