Class: Aws::DeviceFarm::Errors::TagPolicyException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::DeviceFarm::Errors::TagPolicyException
- Defined in:
- lib/aws-sdk-devicefarm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TagPolicyException
constructor
A new instance of TagPolicyException.
- #message ⇒ String
- #resource_name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TagPolicyException
Returns a new instance of TagPolicyException.
209 210 211 |
# File 'lib/aws-sdk-devicefarm/errors.rb', line 209 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
214 215 216 |
# File 'lib/aws-sdk-devicefarm/errors.rb', line 214 def @message || @data[:message] end |
#resource_name ⇒ String
219 220 221 |
# File 'lib/aws-sdk-devicefarm/errors.rb', line 219 def resource_name @data[:resource_name] end |