Class: Aws::MarketplaceMetering::Errors::CustomerNotEntitledException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::MarketplaceMetering::Errors::CustomerNotEntitledException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-marketplacemetering/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CustomerNotEntitledException
constructor
A new instance of CustomerNotEntitledException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CustomerNotEntitledException
Returns a new instance of CustomerNotEntitledException.
61 62 63 |
# File 'lib/aws-sdk-marketplacemetering/errors.rb', line 61 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
66 |
# File 'lib/aws-sdk-marketplacemetering/errors.rb', line 66
def message: () -> ::String
|