Class: Aws::AppMesh::Types::ForbiddenException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1510
1511
1512
1513
1514
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 1510

class ForbiddenException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end