Class: Aws::MQ::Errors::ForbiddenException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::MQ::Errors::ForbiddenException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-mq/errors.rb
Instance Method Summary collapse
- #error_attribute ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
constructor
A new instance of ForbiddenException.
- #message ⇒ String
- #resource_share_errors ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
Returns a new instance of ForbiddenException.
98 99 100 |
# File 'lib/aws-sdk-mq/errors.rb', line 98 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_attribute ⇒ String
103 |
# File 'lib/aws-sdk-mq/errors.rb', line 103
def error_attribute: () -> ::String
|
#message ⇒ String
108 |
# File 'lib/aws-sdk-mq/errors.rb', line 108
def message: () -> ::String
|
#resource_share_errors ⇒ String
113 |
# File 'lib/aws-sdk-mq/errors.rb', line 113
def resource_share_errors: () -> ::String
|