Class: Aws::Imagebuilder::Types::ForbiddenException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

You are not authorized to perform the requested operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:



2870
2871
2872
2873
2874
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2870

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