Class: Aws::ChimeSDKMeetings::Errors::ForbiddenException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ChimeSDKMeetings::Errors::ForbiddenException
- Defined in:
- lib/aws-sdk-chimesdkmeetings/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
constructor
A new instance of ForbiddenException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
Returns a new instance of ForbiddenException.
104 105 106 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 104 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
109 110 111 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 109 def code @code || @data[:code] end |
#message ⇒ String
114 115 116 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 114 def @message || @data[:message] end |
#request_id ⇒ String
119 120 121 |
# File 'lib/aws-sdk-chimesdkmeetings/errors.rb', line 119 def request_id @data[:request_id] end |