Class: Aws::PinpointSMSVoiceV2::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::PinpointSMSVoiceV2::Errors::ConflictException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-pinpointsmsvoicev2/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
constructor
A new instance of ConflictException.
- #message ⇒ String
- #reason ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
Returns a new instance of ConflictException.
69 70 71 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/errors.rb', line 69 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
74 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/errors.rb', line 74
def message: () -> ::String
|
#reason ⇒ String
79 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/errors.rb', line 79
def reason: () -> ::String
|
#resource_id ⇒ String
89 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/errors.rb', line 89
def resource_id: () -> ::String
|
#resource_type ⇒ String
84 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/errors.rb', line 84
def resource_type: () -> ::String
|