Class: Aws::AppMesh::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::ForbiddenException
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
You don't have permissions to perform this action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2593 2594 2595 2596 2597 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2593 class ForbiddenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |