Class: Aws::KMS::Errors::XksProxyVpcEndpointServiceInUseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::KMS::Errors::XksProxyVpcEndpointServiceInUseException
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ XksProxyVpcEndpointServiceInUseException
constructor
A new instance of XksProxyVpcEndpointServiceInUseException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ XksProxyVpcEndpointServiceInUseException
Returns a new instance of XksProxyVpcEndpointServiceInUseException.
765 766 767 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 765 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
770 771 772 |
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/errors.rb', line 770 def @message || @data[:message] end |