Class: Aws::SWF::Types::OperationNotPermittedFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::OperationNotPermittedFault
- Defined in:
- gems/aws-sdk-swf/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 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 3338 class OperationNotPermittedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |