Class: Aws::ECS::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
You don't have authorization to perform the requested action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message that describes the cause of the exception.
Instance Attribute Details
#message ⇒ String
Message that describes the cause of the exception.
67 68 69 70 71 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 67 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |