Class: Aws::Lambda::Errors::EC2AccessDeniedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Lambda::Errors::EC2AccessDeniedException
- Defined in:
- lib/aws-sdk-lambda/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EC2AccessDeniedException
constructor
A new instance of EC2AccessDeniedException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EC2AccessDeniedException
Returns a new instance of EC2AccessDeniedException.
140 141 142 |
# File 'lib/aws-sdk-lambda/errors.rb', line 140 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
150 151 152 |
# File 'lib/aws-sdk-lambda/errors.rb', line 150 def @message || @data[:message] end |
#type ⇒ String
145 146 147 |
# File 'lib/aws-sdk-lambda/errors.rb', line 145 def type @data[:type] end |