Class: Aws::CloudControlApi::Errors::UnsupportedActionException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::CloudControlApi::Errors::UnsupportedActionException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-cloudcontrolapi/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedActionException
constructor
A new instance of UnsupportedActionException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedActionException
Returns a new instance of UnsupportedActionException.
363 364 365 |
# File 'lib/aws-sdk-cloudcontrolapi/errors.rb', line 363 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
368 |
# File 'lib/aws-sdk-cloudcontrolapi/errors.rb', line 368
def message: () -> ::String
|