Class: Aws::IAM::Types::ServiceNotSupportedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

The specified service does not support service-specific credentials.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9352
9353
9354
9355
9356
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 9352

class ServiceNotSupportedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end