Class: Aws::MQ::Types::ForbiddenException

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

Overview

Returns information about an error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_attributeString

Returns:

  • (String)


1996
1997
1998
1999
2000
2001
2002
# File 'lib/aws-sdk-mq/types.rb', line 1996

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

#messageString

Returns:

  • (String)


1996
1997
1998
1999
2000
2001
2002
# File 'lib/aws-sdk-mq/types.rb', line 1996

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

#resource_share_errorsArray<Types::ResourceShareError>

Returns:



1996
1997
1998
1999
2000
2001
2002
# File 'lib/aws-sdk-mq/types.rb', line 1996

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