Class: Aws::AppMesh::Types::ForbiddenException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::ForbiddenException
- Includes:
- Structure
- Defined in:
- 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
1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-appmesh/types.rb', line 1510 class ForbiddenException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |